home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1996 December
/
macformat-044.iso
/
Demos
/
The Ghost Cave
/
BB
/
AHOME.Dxr
/
00008.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-06-14
|
292 b
|
15 lines
on framer stfr, enfr
set casts to []
repeat with i = stfr to enfr
go(i)
repeat with j = 1 to 48
set ca to the castNum of sprite j
if (ca <> 0) and not getOne(casts, ca) then
add(casts, ca)
end if
end repeat
end repeat
sort(casts)
put casts
end